runtime._panic.goexit (field)

6 uses

	runtime (current package)
		panic.go#L627: 	p.goexit = true
		panic.go#L671: 		if !p.link.goexit {
		panic.go#L675: 	if p.goexit {
		panic.go#L1023: 	if p != nil && !p.goexit && !p.recovered && argp == uintptr(p.argp) {
		panic.go#L1141: 		if p.goexit {
		runtime2.go#L1037: 	goexit      bool